home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_18164.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  2.0 KB  |  82 lines

  1. -- card: 18164 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 422
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=310 top=113 right=130 bottom=421
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=344 top=176 right=192 bottom=474
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: 4000
  39. -- rect: left=376 top=262 right=274 bottom=434
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part contents for background part 28
  51. ----- text -----
  52. Introduction
  53. Setting up the BBS
  54. Running the BBS
  55. BBS Internals
  56. Appendices
  57.  
  58. -- part contents for background part 29
  59. ----- text -----
  60. Components
  61. Generic Operation
  62. To Be Continued
  63.  
  64. -- part contents for background part 30
  65. ----- text -----
  66. Introduction
  67. Open Card
  68. Display Fields
  69. Fill Fields
  70. Display Buttons
  71. Push Buttons
  72.  
  73. -- part contents for background part 13
  74. ----- text -----
  75. Initialization
  76.  
  77. -- part contents for background part 12
  78. ----- text -----
  79.  
  80. Each time a new card is opened, HyperCard send the openCard message. HyperBBS then sends an initCard message to the card. When the home stack gets the initCard message (i.e., it wasn't overriden by the card, background, or stack), it sends an initFields message and then a displayFields message.
  81.  
  82. The initFields message in turn causes any user-editable fields to be cleared out. (A field is considered user-editable if the string "-- editable" exists in its script; thus a field is not editable unless explicitly declared to be so by the BBS designer.)